projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9031dec
)
Fix completion of colon after CSS property (Bug#29056)
author
Simen Heggestøyl
<simenheg@gmail.com>
Thu, 2 Nov 2017 19:29:06 +0000
(20:29 +0100)
committer
Simen Heggestøyl
<simenheg@gmail.com>
Thu, 2 Nov 2017 19:39:39 +0000
(20:39 +0100)
* lisp/textmodes/css-mode.el (css-completion-at-point): Don't insert
": ;" after completing a CSS property unless the rest of the line is
empty.
lisp/textmodes/css-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/css-mode.el
b/lisp/textmodes/css-mode.el
index 39885c10860222434bc783f31d27a9b7eacbd632..1de4ff0fca91cad2257a63c1a9f6ca20c59dd75e 100644
(file)
--- a/
lisp/textmodes/css-mode.el
+++ b/
lisp/textmodes/css-mode.el
@@
-1375,6
+1375,7
@@
tags, classes and IDs."
:exit-function
,(lambda (string status)
(and (eq status 'finished)
+ (eolp)
prop-table
(test-completion string prop-table)
(not (and sel-table